home *** CD-ROM | disk | FTP | other *** search
/ Compton's Multimedia Gol…ifornia & Hawaii Edition) / Compton's Multimedia Golf Guide - California & Hawaii Edition.iso / links / 1 / readme.bat < prev    next >
DOS Batch File  |  1990-11-10  |  3KB  |  48 lines

  1. echo off
  2. cls
  3. echo                      LINKS-The Challenge of Golf
  4. echo         INFORMATION ON HOW TO INCREASE FREE AVAILABLE MEMORY
  5. echo                         Last update 11-10-90
  6. echo .
  7. echo Dear LINKS owner,
  8. echo .
  9. echo We believe LINKS is the most realistic and most technically advanced golf
  10. echo simulator ever developed. In creating such a sophisticated program, however,
  11. echo we have had to push your computer to its limits. LINKS requires a large
  12. echo amount of memory to manipulate terrain data and to reproduce accurately
  13. echo all of the intricate details of the game. At least 530K bytes are needed to
  14. echo run the program. Player comments require another 8K bytes and wildlife
  15. echo sounds require an additional 17K bytes. Thus, 555K bytes are needed to see
  16. echo and hear all that LINKS has to offer.
  17. echo .
  18. echo To verify the amount of free memory on your computer, run the DOS utility
  19. echo called CHKDSK. The last number displayed is the amount of free memory. If
  20. echo the number is less than 555000, then some of LINKS' digitized sounds will
  21. echo not be heard. If the number is less than 530000, you will not be able to
  22. echo run LINKS.
  23. echo .
  24. pause
  25. cls
  26. echo .
  27. echo Your 640K machine actually has 655360 bytes available. When your computer
  28. echo boots, it loads DOS (which takes about 55,000 bytes) and then uses a file
  29. echo called CONFIG.SYS to automatically set aside memory for file buffers and
  30. echo other things. It also uses a file called AUTOEXEC.BAT to AUTOmatically
  31. echo EXECute user defined instructions. Both CONFIG.SYS and AUTOEXEC.BAT can (and
  32. echo usually do) contain programs known as TSR's. TSR stands for Terminate and
  33. echo Stay Resident. These programs install themselves and then stay in memory
  34. echo to be used when needed. A mouse driver, print spooler, keyboard enhancer,
  35. echo disk cacher, memory manager and DOS shell are all examples of such programs.
  36. echo THESE PROGRAMS USE MEMORY. If there are too many of them resident at one
  37. echo time, there won't be room for LINKS or other large programs. TO INCREASE
  38. echo FREE AVAILABLE MEMORY, YOU MUST REMOVE OR DISABLE SOME OF YOUR TSR'S.
  39. echo .
  40. echo If you have more than 640K (1Meg, 2Meg, or more) this can be used as extra
  41. echo memory for preloading sound and graphics, but not for DOS. LINKS still
  42. echo requires at least 530K free of your first 640K.
  43. echo .
  44. echo LINKS AND WINDOWS
  45. echo You must exit completely from Windows to run LINKS. Do not exit Windows by
  46. echo way of the DOS PROMPT icon.
  47. echo .
  48.